Heya I am Chase, the lazy programmer. A person with far too many years of programming experience. :(

But anyway, I have here for you a simple mod to make your life easier.

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272421-r1-5-1-mod-release-fast-building-1-10



=== DESCRIPTION ===

Alright, here is the short of it for you.

Hold control or alt and place a block, it will place as many as possible in that direction
till it hits something or you run out of blocks to place. Very useful for bridge building.

It can do both vertical and horizontal placement.



=== INSTALL INSTRUCTIONS ===

1. Double click the installer.jar (or run it via "java -jar installer.jar")
2. Read and follow the popup boxes directions.
3. Run Minecraft!

If you want to install it on a custom version of minecraft, you will need to rename the supported version folder
so that the automated installer will notice it's missing and ask you which one you want to install too. You may
rename the folder back to it's original name after installing.



=== MANUAL INSTALL INSTRUCTIONS ===

1. Locate your main minecraft version folder. On Windows, it's in %APPDATA%/.minecraft/versions/<VERSION>
2. Copy this folder and rename it to whatever you want.
3. Open the folder and rename the files similarly.
4. Open the json file and change the "id" to that as well.
5. Open the jar in an archive editor (WinRar/7-Zip/etc).
6. Delete the META-INF folder.
7. Copy the files from the downloaded archive file into the jar file, replacing previous files.
8. Run Minecraft!

Modifies the ItemBlock class only. Not many mods do this (that I know of), so should be fairly compatible.



=== CONFIGURATION ===

The configuration file is found in your main minecraft directory, above the bin directory, the file is called fastbuild_config.txt
Run minecraft once with the mod installed to get the configuration file.


build_key
** The key that must be pressed to use fast build.

max_stack_build_num
** Determines the maximum number of items that will be attempted to be placed at one time.



=== VERSION HISTORY ===

Version 1.13 - 20140921:1134
+Added an automated installer.

Version 1.12 - 20140905:0546
+Updated for release 1.8
+Fixed a bug in config file creation

Version 1.11 - 20140830:0949
+Updated for release 1.7.10

Version 1.10 - 20130325:0351
+Updated for release 1.5.1

Version 1.9 - 20130112:1951
+Updated for release 1.4.7
=Thanks to Mojang, lines of items with orientations now position themselves correctly!

Version 1.8 - 20120823:2023
+Updated for release 1.3.2

Version 1.7 - 20120812:1528
+Updated for release 1.3.1
=Fixed a few minor bugs.

Version 1.6 - 20120407:1910
+Moved config file to <Minecraft Folder>/config/fastbuild.cfg
+Added max_stack_vertical_build_num property to config, that independently limits vertical build limit.
+Works with release 1.2.4 and release 1.2.5

Version 1.5 - 20120325:2025
+Updated for release 1.2.4

Version 1.4 - 20120303:0624
+Updated for release 1.2.3

Version 1.3 - 20110725:1149
+Option to try and use it in Multiplayer again (probably will not work)
-Removed original mode (sorry)
=Hacked edition, since MCP toolchain is hard is a pain to get and use.

Version 1.2 - 20110210:0015
+Added configuration file, contiaining key config and block placement number. (req)
+Added the ability to switch which mode is the secondary one (in config).
+Added secondary mode to fast build blocks off from a facing side. (req)
+Improved the placement detection

Version 1.1 - 20110207:2200
+Added Vertical placement
=Streamlined algorithms

Version 1.0 - 20110207:1055
+Initial Release



=== Credits ===

Chase @ csdgn.org
